github.com/coder/websocket.mu.lock (method)
9 uses
github.com/coder/websocket (current package)
close.go#L202: err := c.readMu.lock(ctx)
conn.go#L286: func (m *mu) lock(ctx context.Context) error {
read.go#L372: err = c.readMu.lock(ctx)
read.go#L436: err = mr.c.readMu.lock(mr.ctx)
write.go#L118: err := mw.mu.lock(ctx)
write.go#L142: err := mw.writeMu.lock(mw.ctx)
write.go#L192: err = mw.writeMu.lock(mw.ctx)
write.go#L236: err = mw.writeMu.lock(mw.ctx)
write.go#L289: err = c.writeFrameMu.lock(ctx)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |